//String.TrimEnd(): removes all the trailing white-space characters from the current string. //eg Original String : "abc " Result of TrimEnd() : "abc"